Welcome![Sign In][Sign Up]
Location:
Search - canny edge

Search list

[Othercanny

Description: 抗高噪声的彩色图像Canny的边缘检测器。非常适合彩色图像边缘检测研究。-Anti-noisy color images Canny edge detector. Very suitable for color image edge detection research.
Platform: | Size: 89088 | Author: xjy | Hits:

[Othercanny.m

Description: detect edes by canny edge detection based method
Platform: | Size: 1024 | Author: shishu | Hits:

[2D Graphicedge

Description: C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
Platform: | Size: 125952 | Author: Lu | Hits:

[Graph programcanny

Description: canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
Platform: | Size: 185344 | Author: hanyantao | Hits:

[Graph programCanny

Description: 使用canny 算子提取边缘,canny算子可以获得连续的边缘。-Extracted using the canny edge operator, canny operator can obtain a continuous edge.
Platform: | Size: 5278720 | Author: 机硕 | Hits:

[Special Effectsgauss_Homomorphic_filter

Description: 高斯高通同态滤波器增强照度不均图像,canny算子边缘检测-gauss high Homomorphic filter enhance non-umiformly illuminated image,Canny edge detector.
Platform: | Size: 215040 | Author: zjh | Hits:

[matlabCanny

Description: canny edge detection and some other programs
Platform: | Size: 813056 | Author: houl | Hits:

[2D Graphiccuda-edge-detection

Description: CUDA canny edge detector
Platform: | Size: 1418240 | Author: sholtakri | Hits:

[Graph programmatlabcode

Description: canny edge detector分步实现,学校的作业,便于学习canny算法-canny edge detector to achieve step by step, school operations, facilitate learning canny algorithm for
Platform: | Size: 2048 | Author: 周靖婷 | Hits:

[Graph programcanny

Description: 外国人写的CANNY边界检测算法,代码质量很高,对初学编程很有帮助。-Foreigners write CANNY edge detection algorithm, code quality is high, very helpful for beginners programming.
Platform: | Size: 1024 | Author: gillyamylee | Hits:

[Graph Recognizecanny

Description: 实现canny算子边缘检测,是频域增强处理后的在处理。-Achieve canny edge detection operator ,which is enhanced after treatment frequency in treatment.
Platform: | Size: 3072 | Author: sherryhxp | Hits:

[Special Effectscanny

Description: opencv canny边缘检测,效果还不错,只是要选用背景干扰不大的图像-opencv canny edge detection, the results were good, but not to use the image background interference
Platform: | Size: 1371136 | Author: yangfan | Hits:

[Delphi VCLcanny

Description: Edge Detection is important for segmentation.canny edge detection is best edge detection algoritm
Platform: | Size: 1024 | Author: Delphi_CAT | Hits:

[Delphi VCLCannyEdgeDetector

Description: canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
Platform: | Size: 5120 | Author: Delphi_CAT | Hits:

[Graph programcanny

Description: 数字图像中所使用的canny算子边缘检测-Digital image used in the canny edge detection operator
Platform: | Size: 3072 | Author: zc | Hits:

[Windows Developcanny

Description: 自己做的canny边缘检测。感觉效果还可以,可以和opencv自带的cvcanny对比一下。-canny edge detector。
Platform: | Size: 3323904 | Author: liujie | Hits:

[Graph programCanny

Description: CANNY 边缘检测算子 的源代码 ,在VC++6.0开发软件上实现运行-CANNY edge detection operator of the source code, software development in VC++6.0 to achieve run,
Platform: | Size: 3337216 | Author: chen | Hits:

[Special Effectscanny

Description: 边缘检测的canny算子,可以很好地检测图像的边缘,而且有效地降低了噪声。-The canny edge detection operator, can detect the image edge well, but also effectively reduces noise.
Platform: | Size: 1024 | Author: 吕晋普 | Hits:

[Special Effects2

Description: 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and orientation. The actual calculation to the form of differential operator representation, and using fast convolution function to achieve. Commonly used operators are differential operators, Laplace operator, Canny operator and so on. Canny edge detection which is a relatively new edge detection operator, and has good edge detection performance, get more and more widely used. Canny edge detection method using first derivative of Gaussian function, it can in the noise suppression and edge detection to achieve a better balance between
Platform: | Size: 1024 | Author: xiaowei | Hits:

[OpenCVcanny

Description: Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans.
Platform: | Size: 1024 | Author: 张明月 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net